Skip to content

Nixops does not respect bootstrapImage field for GCE #537

Open
@3noch

Description

@3noch

This configuration absolutely refuses to use the bootstrap image that's specified. Instead it creates a new one from this derivation.

machine = {resources, ...}: {
    deployment.gce = credentials // {
      region         = "us-east1-b";
      instanceType   = "n1-standard-2";
      network        = resources.gceNetworks.build-net;

      bootstrapImage = "n-d55d7117915d11e6a1c6acbc32aa73f1-bootstrap";
      rootDiskType   = "ssd";
    };
}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions