Skip to content

Commit

Permalink
Update for firewallRef
Browse files Browse the repository at this point in the history
  • Loading branch information
AshleyDumaine authored Aug 22, 2024
1 parent e837fea commit 602f3d3
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions docs/src/topics/firewalling.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,15 @@ spec:
## Cloud Firewalls
For controlling firewalls via Linode resources, a [Cloud Firewall](https://www.linode.com/products/cloud-firewall/) can
be defined and provisioned via `LinodeFirewall` resources in CAPL. The created Cloud Firewall's ID can then be used in
a `LinodeMachine` or a `LinodeMachineTemplate`'s `firewallID` field. Note that the `firewallID` field is currently
immutable, so it must be set at creation time).
be defined and provisioned via the `LinodeFirewall` resource in CAPL.

The created Cloud Firewall can be used on a `LinodeMachine` or a `LinodeMachineTemplate` by setting the `firewallRef` field.
Alternatively, the provisioned Cloud Firewall's ID can be used in the `firewallID` field.

```admonish note
The `firewallRef` and `firewallID` fields are currently immutable for `LinodeMachines` and `LinodeMachineTemplates`. This will
be addressed in a later release.
```

Example `LinodeFirewall`:
```yaml
Expand Down

0 comments on commit 602f3d3

Please sign in to comment.