calicoctl replace
This sections describes the calicoctl replace
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 replace’ command
Run calicoctl replace --help
to display the following help menu for the
command.
Examples
-
Replace a set of resources (of mixed type) using the data in resources.yaml.
calicoctl replace -f ./resources.yaml
Results indicate that 8 resources were successfully replaced.
-
Replace a policy based on the JSON passed into stdin.
cat policy.json | calicoctl replace -f -
Results indicate the policy does not exist.
Options
General options
See also
- Resources for details on all valid resources, including file format and schema
- NetworkPolicy for details on the Calico selector-based policy model
- calicoctl configuration for details on configuring
calicoctl
to access the Calico datastore.