Warning:
You're not viewing the latest copy of this page.
calicoctl apply
This sections describes the calicoctl apply
command.
Read the calicoctl command line interface user reference for a full list of calicoctl commands.
Note: The available actions for a specific resource type may be limited based on the datastore used for Calico (etcdv3 / Kubernetes API). Please refer to the Resources section for details about each resource type.
Displaying the help text for ‘calicoctl apply’ command
Run calicoctl apply --help
to display the following help menu for the
command.
Examples
-
Apply a set of resources (of mixed type) using the data in resources.yaml.
calicoctl apply -f ./resources.yaml
Results indicate that 8 resources were successfully applied
-
Apply two policy resources based on the JSON passed into stdin.
cat policy.json | calicoctl apply -f -
Results indicate success.
Options
General options
See also
- Installing calicoctl
- Resources for details on all valid resources, including file format and schema
- NetworkPolicy for details on the Calico selector-based policy model