You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 16, 2024. It is now read-only.
Tested with acorn version v0.8.0-alpha7-151-gc1b7f440+c1b7f440
Able to exec into job containers using "-c" option.
acorn container mytestjobs
NAME ACORN IMAGE STATE RESTARTCOUNT CREATED MESSAGE
mytestjobs.create-job-ptp7l mytestjobs busybox running 0 42s ago
mytestjobs.web-6c7cc95987-4dwk6 mytestjobs nginx running 0 42s ago
% acorn exec -c create-job mytestjobs
/ # ls
bin dev etc home lib lib64 proc root run sys tmp usr var
/ # exit
Also able to exec into sidecar containers using "-c" option.
acorn containers mytestside
NAME ACORN IMAGE STATE RESTARTCOUNT CREATED MESSAGE
mytestside.nginx1-7cfc94868b-mtl6g mytestside nginx running 0 35s ago
mytestside.nginx1-7cfc94868b-mtl6g:sidecar mytestside ubuntu running 0 35s ago
% acorn exec -c sidecar mytestside
root@nginx1:/# ls
bin boot dev etc home lib media mnt opt proc root run sbin srv sys test123 tmp usr var
root@nginx1:/# exit
acorn version v0.7.1+df5bf694
Steps to reproduce the problem:
Acornfile used to deploy app:
We are not able to exec into job containers using "-c" option.
The text was updated successfully, but these errors were encountered: