Skip to content

[bug] Error when trying to create AWS SNC with the timeout flag #649

@fjglira

Description

@fjglira

I'm getting errors while I try to create a new SNC cluster if I set the timeout flag:

  • Error:
 +  pulumi:pulumi:Stack test-ci-cluster-20251023-152611-stackOpenshiftSNC-test-ci-cluster-20251023-152611 creating (180s) error: an unhandled error occurred: 1 error occurred:
 +  pulumi:pulumi:Stack test-ci-cluster-20251023-152611-stackOpenshiftSNC-test-ci-cluster-20251023-152611 **creating failed (180s)** 1 error
Diagnostics:
  pulumi:pulumi:Stack (test-ci-cluster-20251023-152611-stackOpenshiftSNC-test-ci-cluster-20251023-152611):
    error: an unhandled error occurred: 1 error occurred:
    	* Key: '' Error:Field validation for '' failed on the 'required' tag

Outputs:
    VPCID                 : "vpc-0a02a8b0a84c310ba"
    main-aosDeveloperPass : [secret]
    main-aosHost          : "main-aos-lb-90d49e1-d7c89983222dc457.elb.us-east-2.amazonaws.com"
    main-aosKubeAdminPasss: [secret]
    main-aosPrivatekey    : [secret]
    main-aosUsername      : "core"

Resources:
    + 28 created
    1 errored

Duration: 3m1s


stderr:
  • Example command used:
podman run -d --name "mapt-create-20251023_163328" -v "/Users/frherrer/Documents/repos/ci-utils:/workspace:z" -e AWS_ACCESS_KEY_ID="******" -e AWS_SECRET_ACCESS_KEY="****" -e AWS_DEFAULT_REGION="us-east-1" "quay.io/redhat-developer/mapt:v0.9.9" aws openshift-snc create --backed-url "s3://francisco-test-test-ci-cluster-20251023-152611" --conn-details-output "/workspace" --pull-secret-file "/workspace/pull-secret.json" --project-name "test-ci-cluster-20251023-152611" --version "4.19.12" --spot --timeout "90m" --cpus "16" --memory "64"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions