treasuremap/manifests/type/multi-tenant/phases/README.md
Ratnopam Chakrabarti 8a7f428c5b Add Phases for deploying network policy
This PatchSet adds phases and executor definitions for managing calico v3 network policies
using airshipctl phase run command.

Closes: #119
Change-Id: I7942548720c4b8037b7b0c2de348fe45df73b8f7
2021-04-30 18:25:12 +00:00

701 B

Phases for multi-tenant type

Phases defined in multi-tenant are available for use by sites that inherit type mulit-tenant.

Airshipctl phase command

For deploying calico network v3 policies, a phase named deliver-network-policy is defined with its executor and configMap settings.

To deploy network policy using airshipctl, do

airshipctl phase run deliver-network-policy where deliver-network-policy is the phase name.

For deleting network policy, a phase named delete-network-policy is defined with its executor and configMap settings.

To delete network policy using airshipctl, do

airshipctl phase run delete-network-policy where delete-network-policy is the phase name.