Skip to content

Commit

Permalink
Merge pull request #1 from ctauchen/calico-tiers
Browse files Browse the repository at this point in the history
Fixes link error and adds OSS tier docs to sidebars
  • Loading branch information
mazdakn authored Oct 15, 2024
2 parents 3eb9ead + cd206f9 commit ebc788a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion calico-cloud/reference/resources/tier.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Policies in each Tier are then processed in order.

If the Tier applies to the endpoint, but takes no action on the packet the packet is dropped by default. This behaviour can be changed by setting the `defaultAction` to `Pass` for a tier.

If the last Tier applying to the endpoint `Pass`es the packet, that endpoint's [Profiles](profile.mdx) are evaluated.
If the last Tier applying to the endpoint `Pass`es the packet, that endpoint's [Profiles] (profile.mdx) are evaluated.

## Sample YAML

Expand Down
10 changes: 9 additions & 1 deletion sidebars-calico.js
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,15 @@ module.exports = {
'network-policy/get-started/kubernetes-default-deny',
],
},
{
type: 'category',
label: 'Tiered policy',
link: { type: 'doc', id: 'network-policy/policy-tiers/index'},
items: [
'network-policy/policy-tiers/tiered-policy',
'network-policy/policy-tiers/rbac-tiered-policies',
],
},
{
type: 'category',
label: 'Policy rules',
Expand All @@ -356,7 +365,6 @@ module.exports = {
'network-policy/policy-rules/service-accounts',
'network-policy/policy-rules/external-ips-policy',
'network-policy/policy-rules/icmp-ping',

],
},
{
Expand Down

0 comments on commit ebc788a

Please sign in to comment.