Skip to content

Commit

Permalink
feat(federation): use federation-with-policies profile in tutorial (#…
Browse files Browse the repository at this point in the history
…1969)

Signed-off-by: Jay Chen <1180092+jijiechen@users.noreply.github.com>
Co-authored-by: Charly Molter <charly.molter@konghq.com>
  • Loading branch information
jijiechen and lahabana authored Oct 17, 2024
1 parent c4b59df commit e916807
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/_src/guides/federate.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ kumactl config control-planes add \
--name "zone-cp" \
--overwrite

kumactl export --profile=federation --format=kubernetes > resources.yaml
kumactl export --profile=federation-with-policies --format=kubernetes > resources.yaml
```

And finally, we apply resources on global control plane
Expand Down

0 comments on commit e916807

Please sign in to comment.