seal-io / walrus

Walrus is an open-source application management platform based on IaC tools including OpenTofu, Terraform and others. It helps platform engineers build golden paths for developers and empowers developers with self-service capabilities.
https://seal.io
Apache License 2.0
426 stars 41 forks source link

Walrus log error when using terminal to connect pod #1680

Open linyinli opened 9 months ago

linyinli commented 9 months ago

Describe the bug Walrus log error when using terminal to connect pod.

Steps to reproduce

  1. Create a service use kubernetes-containerservice template, image: node:20.5.1-alpine, command: sleep, 3600;
  2. Go to service detail page, using terminal to connect pod;
  3. View the walrus container logs.

Result

image image image

Environment

Finenyaco commented 6 months ago

This error log is a normal phenomenon because the container does not support /bin/bash. https://github.com/seal-io/walrus/issues/1238#issuecomment-1700309434