-
Notifications
You must be signed in to change notification settings - Fork 103
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
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:
- 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
- Polycube Version: version: v0.1.0-beta+ [git: (branch/commit): master/d3034620-dirty]
- Polycube Log: Attach the log from
/var/log/polycube/polycubed.log
Additional context
N/A
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working