Skip to content

Commit e3ebf32

Browse files
authored
Merge pull request #227 from polycube-network/jpi-documents
add networking policy document link
2 parents e823f7e + 44f32bd commit e3ebf32

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

Documentation/components/k8s/developers.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,8 @@ Docker 18.06 is needed to build the images, and the daemon has to be started wit
1212
export DOCKER_BUILDKIT=1 # flag needed to enable the --mount option
1313
docker build --build-arg DEFAULT_MODE=pcn-k8s -t name:tag .
1414
docker push name:tag
15+
16+
17+
Networking policy controller
18+
----------------------------
19+
Refer to :doc:`Controller development <polycube_controllers>`.

Documentation/components/k8s/pcn-kubernetes.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,6 +314,10 @@ Here is the output for example,
314314
k8switch0 c058b8fb-0e57-4ff6-be4d-5f3e99e71690 k8switch TC TRACE false false [7 items]
315315

316316

317+
pcn-k8s networking policy
318+
-------------------------
319+
pcn-k8s CNI implemented both :doc:`standard kubernetes networking policy <kubernetes-network-policies>` and :doc:`advanced polycube networking policy <polycube-network-policies>`.
320+
317321
Developing
318322
----------
319323

@@ -322,4 +326,4 @@ Refer to :doc:`Developers <developers>`
322326
Compatibility
323327
----------
324328

325-
Pcn-k8s is compatible with all versions equal or greater than 1.9, although we recommend the latest version of Kubernetes.
329+
Pcn-k8s is compatible with all versions equal or greater than 1.9, although we recommend the latest version of Kubernetes.

0 commit comments

Comments
 (0)