https://pulumi.com
Join Slack
:wave: Hi everyone! `+ └─ awsx:ecr:Image image created ...
k

Konstantin Pupkov

over 1 year ago
👋 Hi everyone!
+   └─ awsx:ecr:Image                             image               created (0.39s)
+ └─ dockerindexImage 2ede5c99-container creating failed 1 error Diagnostics: dockerindexImage (2ede5c99-container): error: error reading build output: failed to read downloaded context: failed to load cache key: invalid response status 403 When trying to use example from doc:
package myproject;
import com.pulumi.Context; import com.pulumi.Pulumi; import com.pulumi.awsx.ecr.Repository; import com.pulumi.awsx.ecr.RepositoryArgs; import com.pulumi.awsx.ecr.Image; import com.pulumi.awsx.ecr.ImageArgs; public class App { public static void main(String[] args) { Pulumi.run(App::stack); } public static void stack(Context ctx) { var repository = new Repository("repository", RepositoryArgs.builder() .forceDelete(true) .build()); var image = new Image("image", ImageArgs.builder() .repositoryUrl(repository.url()) .context("./app") .platform("linux/amd64") .build()); ctx.export("url", repository.url()); } }
k
c
  • 2
  • 5
  • 64
This message was deleted.
s

Slackbot

over 1 year ago
This message was deleted.
s
a
d
  • 3
  • 2
  • 64
This message was deleted.
s

Slackbot

over 2 years ago
This message was deleted.
s
j
t
  • 3
  • 10
  • 64
This message was deleted.
s

Slackbot

over 4 years ago
This message was deleted.
s
n
m
  • 3
  • 5
  • 64
This message was deleted.
s

Slackbot

over 4 years ago
This message was deleted.
s
j
j
  • 3
  • 21
  • 64
This message was deleted.
s

Slackbot

over 4 years ago
This message was deleted.
s
t
j
  • 3
  • 18
  • 64
This message was deleted.
s

Slackbot

over 4 years ago
This message was deleted.
s
p
+2
  • 4
  • 24
  • 64
This message was deleted.
s

Slackbot

over 4 years ago
This message was deleted.
s
c
j
  • 3
  • 4
  • 64
This message was deleted.
s

Slackbot

over 5 years ago
This message was deleted.
❤️ 1
s
l
+4
  • 6
  • 22
  • 64
Hi there! I activated EKS Auto mode using Pulumi EKS v3 (crosswalk). Is there a formal method to dis...
c

Charlie Shen

6 months ago
Hi there! I activated EKS Auto mode using Pulumi EKS v3 (crosswalk). Is there a formal method to disable it? After I removed the
autoMode: {
    enabled: true,
},
the
pulumi up
failed with following errors
Diagnostics:
  pulumi:pulumi:Stack (brainfish-universe-eks-au):
    error: eks:index:Cluster resource 'brainfish-au' has a problem: grpc: the client connection is closing

  aws:eks:Cluster (brainfish-au-eksCluster):
    error:   sdk-v2/provider2.go:515: sdk.helper_schema: compute_config.enabled, kubernetes_networking_config.elastic_load_balancing.enabled, and storage_config.block_storage.enabled must all be set to either true or false: provider=aws@6.66.1
    error: diffing urn:pulumi:au::brainfish-universe-eks::eks:index:Cluster$aws:eks/cluster:Cluster::brainfish-au-eksCluster: 1 error occurred:
        * compute_config.enabled, kubernetes_networking_config.elastic_load_balancing.enabled, and storage_config.block_storage.enabled must all be set to either true or false
Additionally, I'd love to learn more about the design thinking behind the @pulumi/eks NodeGroup. It utilizes an autoscaling group in the background and requires minimum and maximum node counts. I'm curious about when it actually scales up, as I haven't noticed any changes in the machine nodes within the autoscaling group created by pulumi/eks.
c
f
e
  • 3
  • 15
  • 63
Previous666768Next

Pulumi Community

No matter how you like to participate in developer communities, Pulumi wants to meet you there. If you want to meet other Pulumi users to share use-cases and best practices, contribute code or documentation, see us at an event, or just tell a story about something cool you did with Pulumi, you are part of our community.

Powered by