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
The pcn_k8s docker image generated doesn't contain the polycubectl binary, and user is not able to access cube status/statistics etc. information. Additionally after K8S security feature is introduced user has no way to check the firewall rule lists.
To Reproduce
Steps to reproduce the behavior:
Go to polycube top directory
Excute the following commands to generate the pcn_k8s docker image
export DOCKER_BUILDKIT=1
docker build --build-arg MODE=pcn-k8s -t name:tag
no polycubectl binary generated
Expected behavior
polycubectl binary should be in the /usr/local/bin in pcn_k8s docker image
Please tell us about your environment:
OS details: Ubuntu 18.04.1 LTS
Kernel details: Linux polycube-dev 4.19.0-041900-generic
Describe the bug
The pcn_k8s docker image generated doesn't contain the polycubectl binary, and user is not able to access cube status/statistics etc. information. Additionally after K8S security feature is introduced user has no way to check the firewall rule lists.
To Reproduce
Steps to reproduce the behavior:
export DOCKER_BUILDKIT=1
docker build --build-arg MODE=pcn-k8s -t name:tag
Expected behavior
polycubectl binary should be in the /usr/local/bin in pcn_k8s docker image
Please tell us about your environment:
/var/log/polycube/polycubed.log
Additional context
N/A
The text was updated successfully, but these errors were encountered: