Skip to content

cdev crash use ctrl+c whenunit apply #268

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
romanprog opened this issue Jun 19, 2024 · 1 comment
Closed

cdev crash use ctrl+c whenunit apply #268

romanprog opened this issue Jun 19, 2024 · 1 comment
Assignees
Labels
kind/bug Something isn't working

Comments

@romanprog
Copy link
Contributor

Problem:

11:24:46 [INFO] [kube-helm][cert-manager-issuer][apply] executing in progress... 0s     
^Cpanic: send on closed channel

goroutine 35 [running]:
os/signal.process({0x32211d8?, 0x4723110})
        /usr/local/go/src/os/signal/signal.go:245 +0x17f
os/signal.loop()
        /usr/local/go/src/os/signal/signal_unix.go:23 +0x29
created by os/signal.Notify.func1.1 in goroutine 1
        /usr/local/go/src/os/signal/signal.go:151 +0x1f

Cluster.dev Version:

Cluster.dev Config:

name: local-template
kind: StackTemplate
cliVersion: "~>0.9.2"
units:
  -
    name: consul
    type: helm
    source:
      repository: "https://charts.bitnami.com/bitnami"
      chart: "consul"
      version: "10.9.12"
    provider_conf: {{ insertYAML .variables.k8s_conf }}
    additional_options:
      namespace: default
      create_namespace: true
    values:
      - file: ./values/consul.yaml
        apply_template: true
@romanprog romanprog added the kind/bug Something isn't working label Jun 19, 2024
@romanprog romanprog self-assigned this Jun 19, 2024
romanprog pushed a commit that referenced this issue Jun 19, 2024
@romanprog
Copy link
Contributor Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant