Configuring the GTPP Endpoint

Note
  • GTPP-EP pod uses this configuration.

  • GTPP-EP pod always ignores nodes configuration.

  • When k8s single-node is set to false, it spawns two replicas of GTPP-EP pod in active or standby mode independent of replicas and nodes configuration.

  • When k8s single-node is set to true, the configured replicas have its impact.

  • When k8s use-volume-claim is set to true, endpoint GTP prime is used to set the storage size limit. Default value of storage size limit is one GB.

  • When system is up and running, we can't change the storage size.

To configure GTPP endpoint, use the following commands:

config 
 instance instance-id instance_id 
   endpoint gtpprime 
      replicas replicas_count 
      nodes nodes_count 
      storage storage_capacity 
      end 

NOTES:

  • replicas replicas_count —Specify the number of replicas per node. Must be an integer.

  • nodes nodes_count —This property is ignored. You may skip configuring it.

  • storage storage_capacity —Specify the storage size of persistent volume in GB. Must be an integer in the range of 1-20.

    Note

    CLI doesn't allow changing storage size while system is running. To change the storage size, bring the system down first.