cdl datastore
Configures the list of datastores to be deployed.
Privilege Level
Security Administrator, Administrator
Command Mode
Exec > Global Configuration
Syntax
cdl datastore datastore_name { cluster-id cluster_id | { { endpoint { external-ip ipv4_address | external-port port_number } | index { map index_partitions | write-factor write_factor } | slot { map slot_partitions | notification { host host_name | limit notification_tps | port notification_server_port } | write-factor write_factor } } { go-debug go_debug | patch-url patch_url | replica ha_instances } } | geo-remote-site list }
datastore_name
Specify the name of the datastore.
Must be a string.
cluster-id cluster_id
Specify the K8s cluster ID.
Must be an integer in the range of 1-10.
Default Value: 1.
geo-remote-site list
Specify the list of geo replication sites.
external-ip ipv4_address
Specify the list of IP addresses to expose the service externally.
Must be an IP address.
external-port port_number
Specify the port number to be exposed for external traffic.
Must be a port number.
Default Value: 8882.
Usage Guidelines
Use this command to configure the list of datastores to be deployed.
You can configure a maximum of 10 elements with this command.